home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
puzzle
/
Puzzle.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-30
|
201 b
|
18 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Puzzle:Object
{
id matrix;
id blank;
id window;
int blankPieceRow;
int blankPieceCol;
}
- movePiece:sender;
@end